home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 1368 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  1.5 KB

  1. Path: cisu2.jsc.nasa.gov!usenet
  2. From: Norman LaFave <lafave@ial4.jsc.nasa.gov>
  3. Newsgroups: comp.lang.c++
  4. Subject: C++ questions
  5. Date: 10 Jan 1996 17:57:25 GMT
  6. Organization: Dynamica Research
  7. Message-ID: <4d0um5$9jf@cisu2.jsc.nasa.gov>
  8. NNTP-Posting-Host: 146.154.24.47
  9. Mime-Version: 1.0
  10. Content-Type: text/plain; charset=us-ascii
  11. Content-Transfer-Encoding: 7bit
  12. X-Mailer: Mozilla 1.1N (Macintosh; I; 68K)
  13. X-URL: news://news.jsc.nasa.gov/comp.lang.c++
  14.  
  15. Hi all,
  16.  
  17. I wanted to ask the gurus here some questions:
  18.  
  19. 1.) How do you handle a variable number of arguements to a function 
  20. since the elipsis of C does not work.
  21.  
  22. 2.) Can an object be instantiated with a variable containing a value 
  23. instead of explicitely with a number.
  24.  
  25. 3.) Can the type a template is instantiated with be queried (I am trying 
  26. to write an exception which limits the data types the template can be 
  27. instantiated with).
  28.  
  29. 4.) How often have you found that composition is a better choice than 
  30. inheritance (I find myself using it 75% of the time).
  31.  
  32. 5.) Can C++ be made multithreaded.
  33.  
  34. 6.) Can C++ be made portable through some library calls for instance.
  35.  
  36. 7.) How many of you see Java as a real replacement for C++ (not just for 
  37. web applications, but for all applications.
  38.  
  39. 8.) Are there parallel processing libraries in C++?
  40.  
  41. 9.) What do people think of the available C++ development environments
  42. for the PC. How about the Mac? Which of them would be best for 
  43. cross-platform development.
  44.  
  45. 10.) Is there a list on the net of commercially available libraries for 
  46. specialized applications?
  47.  
  48. Thanks,
  49.  
  50. Norman
  51.  
  52.  
  53.